.header {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
  height: 64px;
  border-radius: 999px;
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  right: 20px;
  top: 20px;
  background-color: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
}
.header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  padding: 0 54px;
}
.header__navigation a {
  text-decoration: none;
  color: inherit;
}
.header__navigation li {
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  padding: 16px 0;
}
.header__navigation li:hover {
  color: #fc8d7c;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header__form-btn--active {
  background: linear-gradient(92deg, #feb692 4.24%, #fa6566 95.46%);
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 36px;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.15s ease;
  transition: -webkit-filter 0.15s ease;
  transition: filter 0.15s ease;
  transition: filter 0.15s ease, -webkit-filter 0.15s ease;
}
.header__form-btn--active:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.header__form-btn--active {
  background: linear-gradient(92deg, #feb692 4.24%, #fa6566 95.46%);
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.15s ease;
  transition: -webkit-filter 0.15s ease;
  transition: filter 0.15s ease;
  transition: filter 0.15s ease, -webkit-filter 0.15s ease;
}
.header__form-btn--active:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.header__form-btn--active::before {
  content: "";
  -webkit-mask-image: url(../img/icon/pen.svg);
          mask-image: url(../img/icon/pen.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #fff;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 16px;
  height: 16px;
}
.header__form-btn--disabled {
  background: #ddd;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  cursor: not-allowed;
  -webkit-transition: -webkit-filter 0.15s ease;
  transition: -webkit-filter 0.15s ease;
  transition: filter 0.15s ease;
  transition: filter 0.15s ease, -webkit-filter 0.15s ease;
}
.header__form-btn--disabled::before {
  content: "";
  -webkit-mask-image: url(../img/icon/pen.svg);
          mask-image: url(../img/icon/pen.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #fff;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 16px;
  height: 16px;
}

.footer {
  padding: 64px 0;
  background-color: rgba(0, 0, 0, 0.62);
  font-size: 13px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 128px;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.footer__share {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__share-label {
  text-align: center;
}
.footer__share-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 16px;
}
.footer__share-icon {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #fff;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.footer__share-icon:hover {
  background-color: #fc8d7c;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer__app-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}
.footer__app-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__app-icon img {
  height: 96px;
}
.footer__app-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .footer__app-badge {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.footer__app-badge img {
  height: 54px;
}
@media screen and (max-width: 480px) {
  .footer__app-badge img {
    width: 150px;
    height: auto;
  }
}
.footer__app-badge--appstore:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  -webkit-transition: -webkit-filter 0.15s;
  transition: -webkit-filter 0.15s;
  transition: filter 0.15s;
  transition: filter 0.15s, -webkit-filter 0.15s;
}
.footer__app-badge--gp:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  -webkit-transition: -webkit-filter 0.15s;
  transition: -webkit-filter 0.15s;
  transition: filter 0.15s;
  transition: filter 0.15s, -webkit-filter 0.15s;
}
.footer__app-copyright {
  color: #999999;
  font-size: 12px;
  padding: 0 24px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .footer__app-copyright {
    font-size: 10px;
  }
}
.footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.footer__company--jorudan {
  -webkit-transition: -webkit-filter 0.15s ease;
  transition: -webkit-filter 0.15s ease;
  transition: filter 0.15s ease;
  transition: filter 0.15s ease, -webkit-filter 0.15s ease;
}
.footer__company--jorudan:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.footer__company--levias {
  height: 44px;
  -webkit-transition: -webkit-filter 0.15s ease;
  transition: -webkit-filter 0.15s ease;
  transition: filter 0.15s ease;
  transition: filter 0.15s ease, -webkit-filter 0.15s ease;
}
.footer__company--levias img {
  height: 100%;
}
.footer__company--levias:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.footer__copyright {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .footer__copyright {
    font-size: 10px;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  padding: 16px 32px;
}

::-moz-selection {
  background-color: #0cd2fd;
  color: #fff;
}

::selection {
  background-color: #0cd2fd;
  color: #fff;
}

* {
  scroll-behavior: smooth;
}

body {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  color: #3E3A39;
  line-height: 180%;
  letter-spacing: 0rem;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 380px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #fc8d7c;
}

button {
  cursor: pointer;
  border: none;
}

img {
  pointer-events: none;
}

.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.gradient-text {
  background: linear-gradient(92deg, #feb692 4.24%, #fa6566 95.46%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.highlight-text {
  color: #fc8d7c;
}

.background {
  position: fixed;
  background-color: #fff;
  z-index: -2;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.background__circle-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.background__circle {
  -webkit-filter: blur(6px);
          filter: blur(6px);
  border-radius: 9999px;
  opacity: 0;
}
.background__overlay {
  z-index: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #fff;
}
.background__overlay::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.main {
  z-index: 0;
  overflow: hidden;
}

.fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv {
    gap: 24px;
    padding: 136px 20px 96px;
  }
}
.fv__catch {
  width: 520px;
}
.fv__logo {
  width: 288px;
}
.fv__share {
  position: absolute;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .fv__share {
    display: none;
  }
}
.fv__share-icon {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #3E3A39;
  -o-object-fit: cover;
     object-fit: cover;
  display: block !important;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.fv__share-icon:hover {
  background-color: #fc8d7c;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fv__share-x {
  -webkit-mask-image: url(../img/icon/x-twitter.svg);
          mask-image: url(../img/icon/x-twitter.svg);
}
.fv__share-line {
  -webkit-mask-image: url(../img/icon/line.svg);
          mask-image: url(../img/icon/line.svg);
}
.fv__share-fb {
  -webkit-mask-image: url(../img/icon/facebook.svg);
          mask-image: url(../img/icon/facebook.svg);
}
.fv__share-label {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fv__share-label::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  margin: 12px 0;
  background-color: #3E3A39;
}
.fv__schedule {
  width: 410px;
}
@media screen and (max-width: 1280px) {
  .fv__schedule {
    padding: 0 20px;
  }
}
.fv__schedule img {
  width: 420px;
}
@media screen and (max-width: 480px) {
  .fv__schedule img {
    width: 90vw;
  }
}
.fv__notice {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e4e4e4;
  padding: 8px 16px;
  font-size: 12px;
  color: #757575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 400;
}
.fv__notice::before {
  content: "";
  background-color: #757575;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url(../img/icon/info.svg);
          mask-image: url(../img/icon/info.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.about {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.5)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgb(255, 255, 255) 100%);
  padding: 0 20px 140px;
  margin-top: -96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 220%;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}
.about::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-mask-image: url(../img/shapes.svg);
          mask-image: url(../img/shapes.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  z-index: -1;
  background-color: #fff7f0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 450px;
  height: 450px;
}
.about::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-mask-image: url(../img/shapes2.svg);
          mask-image: url(../img/shapes2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: -1;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #fff7f0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 450px;
  height: 350px;
}
@media screen and (max-width: 1200px) {
  .about::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about {
    font-size: 16px;
  }
}
.about__mock {
  width: 300px;
  margin: 60px 0 24px;
}
.about__flex-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .about__flex-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about h3 {
  margin-bottom: 32px;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .about h3 {
    font-size: 12px;
  }
}
.about .large-text {
  font-size: 26px;
}
@media screen and (max-width: 480px) {
  .about .large-text {
    font-size: 18px;
  }
}
.about .light-text {
  color: #ffe6da;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .about .light-text {
    font-size: 20px;
  }
}

.concept {
  position: relative;
  overflow: hidden;
  padding: 120px 20px;
  background-color: #fff7f0;
}
@media screen and (max-width: 1200px) {
  .concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .concept {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.concept__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .concept__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.concept__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.concept__heading-en {
  display: inline-block;
  font-size: 17px;
}
@media screen and (max-width: 480px) {
  .concept__heading-en {
    font-size: 14px;
  }
}
.concept__heading-ja {
  width: 340px;
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  .concept__heading-ja {
    width: 300px;
  }
}
.concept__description {
  width: 420px;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 180%;
}
@media screen and (max-width: 480px) {
  .concept__description {
    width: auto;
  }
}
.concept__user-voice-container {
  overflow: hidden;
}
.concept__user-voice-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.concept__dialogue {
  width: 460px;
  position: relative;
  overflow: hidden;
}
.concept__dialogue::after {
  content: "";
}
@media screen and (max-width: 480px) {
  .concept__dialogue {
    width: auto;
  }
}
.concept__dialogue-overlay {
  position: absolute;
  top: 0;
  background-color: #fff7f0;
  width: 100%;
  height: 100%;
}
.concept__dialogue img {
  width: 100%;
  height: 100%;
}
.concept__research {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 140px;
  opacity: 0;
}
.concept__research-content {
  width: 1020px;
}
.concept__research-point {
  width: 580px;
  margin-top: 108px;
}
.concept__user-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: 100%;
}
.concept__user-icon1, .concept__user-icon2 {
  width: 20%;
  height: auto;
  opacity: 0;
}
.concept__user-dialogue {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
.concept__user-dialogue-overlay1, .concept__user-dialogue-overlay2 {
  position: absolute;
  top: 0;
  background-color: #fff7f0;
  width: 100%;
  height: 100%;
}
.concept__subheading {
  color: #fc8f6d;
  font-size: 20px;
  margin-bottom: 16px;
}

.flow {
  background-color: #fff;
  padding: 108px 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow__heading {
  text-align: center;
}
.flow__heading-en {
  font-size: 17px;
}
@media screen and (max-width: 480px) {
  .flow__heading-en {
    font-size: 14px;
  }
}
.flow__heading-ja {
  margin-top: 24px;
  width: 220px;
}
@media screen and (max-width: 480px) {
  .flow__heading-ja {
    width: 170px;
  }
}
.flow__arrow {
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 18px solid #555555;
  border-bottom: 0;
}
.flow__color--step1 {
  background-color: #d1e98f;
}
.flow__color--step2 {
  background-color: #fdebad;
}
.flow__color--step3 {
  background-color: #fcc7a2;
}
.flow__color--step4 {
  background-color: #fbacac;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.flow__card {
  margin: 86px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.flow__card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 620px;
  height: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 660px) {
  .flow__card-item {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow__card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 12px;
  padding: 0 32px;
  width: 50%;
  height: 200px;
}
@media screen and (max-width: 660px) {
  .flow__card-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 0 20px;
    width: 100%;
  }
}
.flow__card-image {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 20px 16px 0 0;
}
@media screen and (max-width: 660px) {
  .flow__card-image {
    padding: 0;
    width: 100%;
    height: 210px;
  }
}
.flow__card-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 660px) {
  .flow__card-image img {
    height: 200px;
    width: auto;
  }
}
.flow__card-label {
  font-size: 14px;
  line-height: 160%;
  padding: 0 12px;
  border-radius: 999px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
.flow__card-heading img {
  width: auto;
}
.flow__card-description {
  font-size: 13px;
  line-height: 180%;
  color: #929292;
  font-weight: 400;
}
.flow__description {
  margin: 64px 0;
}
.flow__sub-text {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .flow__sub-text {
    font-size: 11px;
  }
}
.flow__sub-heading {
  margin-top: 128px;
}

.nft {
  background-color: #f1fff8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px 160px;
}
.nft__heading {
  color: #138441;
  font-size: 24px;
  line-height: 180%;
}
@media screen and (max-width: 480px) {
  .nft__heading {
    font-size: 20px;
  }
}
.nft__anicana {
  border-radius: 24px;
  margin-top: 16px;
  padding: 48px 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 0;
  max-width: 600px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .nft__anicana {
    padding: 40px 20px;
  }
}
.nft__anicana__logo {
  width: 290px;
  padding: 32px 0;
}
@media screen and (max-width: 480px) {
  .nft__anicana__logo {
    width: 220px;
  }
}
.nft__anicana__description {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .nft__anicana__description {
    font-size: 13px;
  }
}
.nft__anicana__btn {
  color: #1f9352;
  font-size: 15px;
  background: none;
  border: 1px solid #1f9352;
  border-radius: 9999px;
  width: 100%;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .nft__anicana__btn {
    font-size: 13px;
  }
}
.nft__anicana__btn::after {
  content: "";
  -webkit-mask-image: url(../img/icon/arrow-up-right-from-square-solid.svg);
          mask-image: url(../img/icon/arrow-up-right-from-square-solid.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #1f9352;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 16px;
  height: 16px;
}

.faq {
  background-color: #faf8f7;
  padding: 100px 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__heading {
  text-align: center;
}
.faq__heading-en {
  font-size: 17px;
}
@media screen and (max-width: 480px) {
  .faq__heading-en {
    font-size: 14px;
  }
}
.faq__heading-ja {
  margin-top: 24px;
  width: 308px;
}
@media screen and (max-width: 480px) {
  .faq__heading-ja {
    width: 240px;
  }
}
.faq__accordion-wrapper {
  margin: 86px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .faq__accordion-wrapper {
    width: auto;
  }
}
.faq__accordion {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 32px;
  overflow: hidden;
  word-break: auto-phrase;
}
.faq__accordion-summary {
  width: 100%;
  padding-right: 8px;
}
.faq__accordion-icon {
  display: inline-block;
  vertical-align: middle;
  color: #3E3A39;
  line-height: 1;
  min-width: 12px;
  min-height: 12px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.faq__accordion-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
}
.faq__accordion-question::before {
  content: "Q";
  color: #fc8d7c;
  margin-right: 24px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .faq__accordion-question::before {
    font-size: 20px;
  }
}
.faq__accordion-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  opacity: 0;
  margin-top: 0;
  padding-right: 16px;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .faq__accordion-answer {
    font-size: 14px;
  }
}
.faq__accordion-answer::before {
  content: "A";
  margin-right: 24px;
  font-size: 24px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .faq__accordion-answer::before {
    font-size: 20px;
  }
}

.floating-btn--active {
  border-radius: 999px;
  color: #fff;
  padding: 16px 40px;
  background: linear-gradient(92deg, #feb692 4.24%, #fa6566 95.46%);
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.floating-btn--active:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.floating-btn--active::before {
  content: "";
  -webkit-mask-image: url(../img/icon/pen.svg);
          mask-image: url(../img/icon/pen.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #fff;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 16px;
  height: 16px;
}

.floating-btn--disabled {
  border-radius: 999px;
  color: #fff;
  padding: 16px 40px;
  background: #ddd;
  cursor: not-allowed;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.floating-btn--disabled::before {
  content: "";
  -webkit-mask-image: url(../img/icon/pen.svg);
          mask-image: url(../img/icon/pen.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #fff;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 16px;
  height: 16px;
}

.floating-btn__wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  padding: 10px 20px 24px;
  background-color: rgba(249, 249, 249, 0.94);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-top: 1px solid #f1f1f1;
  display: none;
}
@media screen and (max-width: 768px) {
  .floating-btn__wrapper {
    display: block;
  }
}

.wave {
  background-color: #fff;
}
.wave img {
  margin-top: -6px;
  width: 100%;
}

.circle {
  background-color: #fff;
  width: 100%;
}